home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / security / crack_4.1-tar / Scripts / install.mf < prev    next >
Encoding:
Text File  |  1992-06-25  |  726 b   |  20 lines

  1. ###
  2. # This program is copyright Alec Muffett 1991, and is provided as part of
  3. # the Crack v4.0 Password Cracking package.  The author disclaims all
  4. # responsibility or liability with respect to it's usage or its effect
  5. # upon hardware or computer systems, and maintains copyright as set out in
  6. # the "LICENCE" document which accompanies distributions of Crack v4.0 and
  7. # upwards. So there...
  8. ###
  9.  
  10. SD=    ../Sources
  11. SRC1=    $(SD)/conf.h $(SD)/crack-fcrypt.c $(SD)/crack-glob.c
  12. SRC2=    $(SD)/crack-glob.h $(SD)/crack-lib.c $(SD)/crack-pwc.c
  13. SRC3=    $(SD)/crack-sort.c $(SD)/crack-supp.c $(SD)/crack.h
  14. SRCS=    $(SRC1) $(SRC2) $(SRC3)
  15.  
  16. crack-pwc: $(SRCS)
  17.     ( cd $(SD) ; make clean )
  18.     ( cd $(SD) ; make crack-pwc.which )
  19.     cp $(SD)/crack-pwc .
  20.